hnlLastStopCellInfo = '(
                        )
hnlLastMaxNameLength = 16
hnlLastNamePrefix = "hnl_"
hnlLastNetNamePrefix = "cdsNet"
hnlLastInstNamePrefix = "Inst_"
hnlLastModelNamePrefix = "hdl_"
hnlLastTermNamePrefix = "cdsTerm"
hnlLastGlobalNetPrefix = "global_"
hnlLastModulePrefix = "cdsModule_"
hnlLastHierarchyDelimiter = "."
hnlLastMapIfFirstChar = '(
                            "!"
                            "#"
                            "$"
                            "%"
                            "&"
                            "("
                            ")"
                            "*"
                            "+"
                            ","
                            "-"
                            "."
                            "/"
                            "0"
                            "1"
                            "2"
                            "3"
                            "4"
                            "5"
                            "6"
                            "7"
                            "8"
                            "9"
                            ":"
                            ";"
                            "="
                            "?"
                            "@"
                            "["
                             "\\"
                            "]"
                            "^"
                            "`"
                            "{"
                            "|"
                            "}"
                            "~"
                          )
hnlLastMapIfInName = '(
                            "!"
                            "#"
                            "$"
                            "%"
                            "&"
                            "("
                            ")"
                            "*"
                            "+"
                            ","
                            "-"
                            ( "." "_" )
                            ( "/" "_" )
                            ":"
                            ";"
                            ( "<" "_" )
                            "="
                            ( ">" "_" )
                            "?"
                            "@"
                            "["
                             "\\"
                            "]"
                            "^"
                            "`"
                            "{"
                            "|"
                            "}"
                            "~"
                          )
hnlLastMapNetFirstChar = '(
                            "!"
                            "#"
                            "$"
                            "%"
                            "&"
                            "("
                            ")"
                            "*"
                            "+"
                            ","
                            "-"
                            "."
                            "/"
                            "0"
                            "1"
                            "2"
                            "3"
                            "4"
                            "5"
                            "6"
                            "7"
                            "8"
                            "9"
                            ":"
                            ";"
                            "="
                            "?"
                            "@"
                            "["
                             "\\"
                            "]"
                            "^"
                            "`"
                            "{"
                            "|"
                            "}"
                            "~"
                          )
hnlLastMapNetInName = '(
                            ( "!" "_" )
                            "#"
                            "$"
                            "%"
                            "&"
                            "("
                            ")"
                            "*"
                            "+"
                            ","
                            "-"
                            ( "." "_" )
                            ( "/" "_" )
                            ":"
                            ";"
                            ( "<" "_" )
                            "="
                            ( ">" "_" )
                            "?"
                            "@"
                            "["
                             "\\"
                            "]"
                            "^"
                            "`"
                            "{"
                            "|"
                            "}"
                            "~"
                          )
hnlLastMapInstFirstChar = '(
                            "!"
                            "#"
                            "$"
                            "%"
                            "&"
                            "("
                            ")"
                            "*"
                            "+"
                            ","
                            "-"
                            "."
                            "/"
                            "0"
                            "1"
                            "2"
                            "3"
                            "4"
                            "5"
                            "6"
                            "7"
                            "8"
                            "9"
                            ":"
                            ";"
                            "="
                            "?"
                            "@"
                            "["
                             "\\"
                            "]"
                            "^"
                            "`"
                            "{"
                            "|"
                            "}"
                            "~"
                          )
hnlLastMapInstInName = '(
                            "!"
                            "#"
                            "$"
                            "%"
                            "&"
                            "("
                            ")"
                            "*"
                            "+"
                            ","
                            "-"
                            ( "." "_" )
                            ( "/" "_" )
                            ":"
                            ";"
                            ( "<" "_" )
                            "="
                            ( ">" "_" )
                            "?"
                            "@"
                            "["
                             "\\"
                            "]"
                            "^"
                            "`"
                            "{"
                            "|"
                            "}"
                            "~"
                          )
hnlLastMapModelFirstChar = '(
                            "!"
                            "#"
                            "$"
                            "%"
                            "&"
                            "("
                            ")"
                            "*"
                            "+"
                            ","
                            "-"
                            "."
                            "/"
                            "0"
                            "1"
                            "2"
                            "3"
                            "4"
                            "5"
                            "6"
                            "7"
                            "8"
                            "9"
                            ":"
                            ";"
                            "="
                            "?"
                            "@"
                            "["
                             "\\"
                            "]"
                            "^"
                            "`"
                            "{"
                            "|"
                            "}"
                            "~"
                          )
hnlLastMapModelInName = '(
                            "!"
                            "#"
                            "%"
                            "&"
                            "("
                            ")"
                            "*"
                            "+"
                            ","
                            "-"
                            ( "." "_" )
                            ( "/" "_" )
                            ":"
                            ";"
                            ( "<" "_" )
                            "="
                            ( ">" "_" )
                            "?"
                            "@"
                            "["
                             "\\"
                            "]"
                            "^"
                            "`"
                            "{"
                            "|"
                            "}"
                            "~"
                          )
hnlLastMapTermFirstChar = '(
                            "!"
                            "#"
                            "$"
                            "%"
                            "&"
                            "("
                            ")"
                            "*"
                            "+"
                            ","
                            "-"
                            "."
                            "/"
                            "0"
                            "1"
                            "2"
                            "3"
                            "4"
                            "5"
                            "6"
                            "7"
                            "8"
                            "9"
                            ":"
                            ";"
                            "="
                            "?"
                            "@"
                            "["
                             "\\"
                            "]"
                            "^"
                            "`"
                            "{"
                            "|"
                            "}"
                            "~"
                          )
hnlLastMapTermInName = '(
                            "!"
                            "#"
                            "$"
                            "%"
                            "&"
                            "("
                            ")"
                            "*"
                            "+"
                            ","
                            "-"
                            ( "." "_" )
                            ( "/" "_" )
                            ":"
                            ";"
                            ( "<" "_" )
                            "="
                            ( ">" "_" )
                            "?"
                            "@"
                            "["
                             "\\"
                            "]"
                            "^"
                            "`"
                            "{"
                            "|"
                            "}"
                            "~"
                          )
hnlLastBusNamePrefix = "cdsbus"
hnlLastMapBusFirstChar = '(
                            "!"
                            "#"
                            "$"
                            "%"
                            "&"
                            "("
                            ")"
                            "*"
                            "+"
                            ","
                            "-"
                            "."
                            "/"
                            "0"
                            "1"
                            "2"
                            "3"
                            "4"
                            "5"
                            "6"
                            "7"
                            "8"
                            "9"
                            ":"
                            ";"
                            "="
                            "?"
                            "@"
                            "["
                             "\\"
                            "]"
                            "^"
                            "`"
                            "{"
                            "|"
                            "}"
                            "~"
                          )
hnlLastMapBusInName = '(
                            ( "!" "_" )
                            "#"
                            "$"
                            "%"
                            "&"
                            "("
                            ")"
                            "*"
                            "+"
                            ","
                            "-"
                            ( "." "_" )
                            ( "/" "_" )
                            ":"
                            ";"
                            ( "<" "_" )
                            "="
                            ( ">" "_" )
                            "?"
                            "@"
                            "["
                             "\\"
                            "]"
                            "^"
                            "`"
                            "{"
                            "|"
                            "}"
                            "~"
                          )
hnlLastInvalidNames = '(
                     ( "casex" "casex_" )
                     ( "bufif0" "bufif0_" )
                     ( "tranif1" "tranif1_" )
                     ( "buf" "buf_" )
                     ( "xnor" "xnor_" )
                     ( "wand" "wand_" )
                     ( "rtranif0" "rtranif0_" )
                     ( "output" "output_" )
                     ( "scalered" "scalered_" )
                     ( "realtime" "realtime_" )
                     ( "weak1" "weak1_" )
                     ( "specparam" "specparam_" )
                     ( "fork" "fork_" )
                     ( "posedge" "posedge_" )
                     ( "not" "not_" )
                     ( "pullup" "pullup_" )
                     ( "release" "release_" )
                     ( "pull0" "pull0_" )
                     ( "force" "force_" )
                     ( "join" "join_" )
                     ( "else" "else_" )
                     ( "assign" "assign_" )
                     ( "nor" "nor_" )
                     ( "signed" "signed_" )
                     ( "endtable" "endtable_" )
                     ( "wire" "wire_" )
                     ( "supply0" "supply0_" )
                     ( "strength" "strength_" )
                     ( "rtran" "rtran_" )
                     ( "endmodule" "endmodule_" )
                     ( "endcase" "endcase_" )
                     ( "edge" "edge_" )
                     ( "bufif1" "bufif1_" )
                     ( "when" "when_" )
                     ( "real" "real_" )
                     ( "integer" "integer_" )
                     ( "while" "while_" )
                     ( "small" "small_" )
                     ( "nand" "nand_" )
                     ( "tri0" "tri0_" )
                     ( "trior" "trior_" )
                     ( "inout" "inout_" )
                     ( "endspecify" "endspecify_" )
                     ( "endfunction" "endfunction_" )
                     ( "disable" "disable_" )
                     ( "casez" "casez_" )
                     ( "highz1" "highz1_" )
                     ( "deassign" "deassign_" )
                     ( "rtranif1" "rtranif1_" )
                     ( "event" "event_" )
                     ( "time" "time_" )
                     ( "task" "task_" )
                     ( "tranif0" "tranif0_" )
                     ( "supply1" "supply1_" )
                     ( "forever" "forever_" )
                     ( "weak0" "weak0_" )
                     ( "rnmos" "rnmos_" )
                     ( "case" "case_" )
                     ( "specify" "specify_" )
                     ( "notif1" "notif1_" )
                     ( "highz0" "highz0_" )
                     ( "function" "function_" )
                     ( "wor" "wor_" )
                     ( "tran" "tran_" )
                     ( "rpmos" "rpmos_" )
                     ( "or" "or_" )
                     ( "notif0" "notif0_" )
                     ( "initial" "initial_" )
                     ( "rcmos" "rcmos_" )
                     ( "if" "if_" )
                     ( "endtask" "endtask_" )
                     ( "medium" "medium_" )
                     ( "wait" "wait_" )
                     ( "large" "large_" )
                     ( "tri1" "tri1_" )
                     ( "pull1" "pull1_" )
                     ( "begin" "begin_" )
                     ( "end" "end_" )
                     ( "always" "always_" )
                     ( "default" "default_" )
                     ( "repeat" "repeat_" )
                     ( "primitive" "primitive_" )
                     ( "tri" "tri_" )
                     ( "and" "and_" )
                     ( "negedge" "negedge_" )
                     ( "macromodule" "macromodule_" )
                     ( "vectored" "vectored_" )
                     ( "pulldown" "pulldown_" )
                     ( "triand" "triand_" )
                     ( "strong0" "strong0_" )
                     ( "module" "module_" )
                     ( "for" "for_" )
                     ( "reg" "reg_" )
                     ( "parameter" "parameter_" )
                     ( "table" "table_" )
                     ( "strong1" "strong1_" )
                     ( "pmos" "pmos_" )
                     ( "endprimitive" "endprimitive_" )
                     ( "input" "input_" )
                     ( "defparam" "defparam_" )
                     ( "xor" "xor_" )
                     ( "trireg" "trireg_" )
                     ( "cmos" "cmos_" )
                     ( "nmos" "nmos_" )
                   )
hnlLastInvalidNetNames = '(
                     ( "casex" "casex_" )
                     ( "bufif0" "bufif0_" )
                     ( "tranif1" "tranif1_" )
                     ( "buf" "buf_" )
                     ( "xnor" "xnor_" )
                     ( "wand" "wand_" )
                     ( "rtranif0" "rtranif0_" )
                     ( "output" "output_" )
                     ( "scalered" "scalered_" )
                     ( "realtime" "realtime_" )
                     ( "weak1" "weak1_" )
                     ( "specparam" "specparam_" )
                     ( "fork" "fork_" )
                     ( "posedge" "posedge_" )
                     ( "not" "not_" )
                     ( "pullup" "pullup_" )
                     ( "release" "release_" )
                     ( "pull0" "pull0_" )
                     ( "force" "force_" )
                     ( "join" "join_" )
                     ( "else" "else_" )
                     ( "assign" "assign_" )
                     ( "nor" "nor_" )
                     ( "signed" "signed_" )
                     ( "endtable" "endtable_" )
                     ( "wire" "wire_" )
                     ( "supply0" "supply0_" )
                     ( "strength" "strength_" )
                     ( "rtran" "rtran_" )
                     ( "endmodule" "endmodule_" )
                     ( "endcase" "endcase_" )
                     ( "edge" "edge_" )
                     ( "bufif1" "bufif1_" )
                     ( "when" "when_" )
                     ( "real" "real_" )
                     ( "integer" "integer_" )
                     ( "while" "while_" )
                     ( "small" "small_" )
                     ( "nand" "nand_" )
                     ( "tri0" "tri0_" )
                     ( "trior" "trior_" )
                     ( "inout" "inout_" )
                     ( "endspecify" "endspecify_" )
                     ( "endfunction" "endfunction_" )
                     ( "disable" "disable_" )
                     ( "casez" "casez_" )
                     ( "highz1" "highz1_" )
                     ( "deassign" "deassign_" )
                     ( "rtranif1" "rtranif1_" )
                     ( "event" "event_" )
                     ( "time" "time_" )
                     ( "task" "task_" )
                     ( "tranif0" "tranif0_" )
                     ( "supply1" "supply1_" )
                     ( "forever" "forever_" )
                     ( "weak0" "weak0_" )
                     ( "rnmos" "rnmos_" )
                     ( "case" "case_" )
                     ( "specify" "specify_" )
                     ( "notif1" "notif1_" )
                     ( "highz0" "highz0_" )
                     ( "function" "function_" )
                     ( "wor" "wor_" )
                     ( "tran" "tran_" )
                     ( "rpmos" "rpmos_" )
                     ( "or" "or_" )
                     ( "notif0" "notif0_" )
                     ( "initial" "initial_" )
                     ( "rcmos" "rcmos_" )
                     ( "if" "if_" )
                     ( "endtask" "endtask_" )
                     ( "medium" "medium_" )
                     ( "wait" "wait_" )
                     ( "large" "large_" )
                     ( "tri1" "tri1_" )
                     ( "pull1" "pull1_" )
                     ( "begin" "begin_" )
                     ( "end" "end_" )
                     ( "always" "always_" )
                     ( "default" "default_" )
                     ( "repeat" "repeat_" )
                     ( "primitive" "primitive_" )
                     ( "tri" "tri_" )
                     ( "and" "and_" )
                     ( "negedge" "negedge_" )
                     ( "macromodule" "macromodule_" )
                     ( "vectored" "vectored_" )
                     ( "pulldown" "pulldown_" )
                     ( "triand" "triand_" )
                     ( "strong0" "strong0_" )
                     ( "module" "module_" )
                     ( "for" "for_" )
                     ( "reg" "reg_" )
                     ( "parameter" "parameter_" )
                     ( "table" "table_" )
                     ( "strong1" "strong1_" )
                     ( "pmos" "pmos_" )
                     ( "endprimitive" "endprimitive_" )
                     ( "input" "input_" )
                     ( "defparam" "defparam_" )
                     ( "xor" "xor_" )
                     ( "trireg" "trireg_" )
                     ( "cmos" "cmos_" )
                     ( "nmos" "nmos_" )
                   )
hnlLastInvalidInstNames = '(
                     ( "casex" "casex_" )
                     ( "bufif0" "bufif0_" )
                     ( "tranif1" "tranif1_" )
                     ( "buf" "buf_" )
                     ( "xnor" "xnor_" )
                     ( "wand" "wand_" )
                     ( "rtranif0" "rtranif0_" )
                     ( "output" "output_" )
                     ( "scalered" "scalered_" )
                     ( "realtime" "realtime_" )
                     ( "weak1" "weak1_" )
                     ( "specparam" "specparam_" )
                     ( "fork" "fork_" )
                     ( "posedge" "posedge_" )
                     ( "not" "not_" )
                     ( "pullup" "pullup_" )
                     ( "release" "release_" )
                     ( "pull0" "pull0_" )
                     ( "force" "force_" )
                     ( "join" "join_" )
                     ( "else" "else_" )
                     ( "assign" "assign_" )
                     ( "nor" "nor_" )
                     ( "signed" "signed_" )
                     ( "endtable" "endtable_" )
                     ( "wire" "wire_" )
                     ( "supply0" "supply0_" )
                     ( "strength" "strength_" )
                     ( "rtran" "rtran_" )
                     ( "endmodule" "endmodule_" )
                     ( "endcase" "endcase_" )
                     ( "edge" "edge_" )
                     ( "bufif1" "bufif1_" )
                     ( "when" "when_" )
                     ( "real" "real_" )
                     ( "integer" "integer_" )
                     ( "while" "while_" )
                     ( "small" "small_" )
                     ( "nand" "nand_" )
                     ( "tri0" "tri0_" )
                     ( "trior" "trior_" )
                     ( "inout" "inout_" )
                     ( "endspecify" "endspecify_" )
                     ( "endfunction" "endfunction_" )
                     ( "disable" "disable_" )
                     ( "casez" "casez_" )
                     ( "highz1" "highz1_" )
                     ( "deassign" "deassign_" )
                     ( "rtranif1" "rtranif1_" )
                     ( "event" "event_" )
                     ( "time" "time_" )
                     ( "task" "task_" )
                     ( "tranif0" "tranif0_" )
                     ( "supply1" "supply1_" )
                     ( "forever" "forever_" )
                     ( "weak0" "weak0_" )
                     ( "rnmos" "rnmos_" )
                     ( "case" "case_" )
                     ( "specify" "specify_" )
                     ( "notif1" "notif1_" )
                     ( "highz0" "highz0_" )
                     ( "function" "function_" )
                     ( "wor" "wor_" )
                     ( "tran" "tran_" )
                     ( "rpmos" "rpmos_" )
                     ( "or" "or_" )
                     ( "notif0" "notif0_" )
                     ( "initial" "initial_" )
                     ( "rcmos" "rcmos_" )
                     ( "if" "if_" )
                     ( "endtask" "endtask_" )
                     ( "medium" "medium_" )
                     ( "wait" "wait_" )
                     ( "large" "large_" )
                     ( "tri1" "tri1_" )
                     ( "pull1" "pull1_" )
                     ( "begin" "begin_" )
                     ( "end" "end_" )
                     ( "always" "always_" )
                     ( "default" "default_" )
                     ( "repeat" "repeat_" )
                     ( "primitive" "primitive_" )
                     ( "tri" "tri_" )
                     ( "and" "and_" )
                     ( "negedge" "negedge_" )
                     ( "macromodule" "macromodule_" )
                     ( "vectored" "vectored_" )
                     ( "pulldown" "pulldown_" )
                     ( "triand" "triand_" )
                     ( "strong0" "strong0_" )
                     ( "module" "module_" )
                     ( "for" "for_" )
                     ( "reg" "reg_" )
                     ( "parameter" "parameter_" )
                     ( "table" "table_" )
                     ( "strong1" "strong1_" )
                     ( "pmos" "pmos_" )
                     ( "endprimitive" "endprimitive_" )
                     ( "input" "input_" )
                     ( "defparam" "defparam_" )
                     ( "xor" "xor_" )
                     ( "trireg" "trireg_" )
                     ( "cmos" "cmos_" )
                     ( "nmos" "nmos_" )
                   )
hnlLastInvalidModelNames = '(
                     ( "casex" "casex_" )
                     ( "bufif0" "bufif0_" )
                     ( "tranif1" "tranif1_" )
                     ( "buf" "buf_" )
                     ( "xnor" "xnor_" )
                     ( "wand" "wand_" )
                     ( "rtranif0" "rtranif0_" )
                     ( "output" "output_" )
                     ( "scalered" "scalered_" )
                     ( "realtime" "realtime_" )
                     ( "weak1" "weak1_" )
                     ( "specparam" "specparam_" )
                     ( "fork" "fork_" )
                     ( "posedge" "posedge_" )
                     ( "not" "not_" )
                     ( "pullup" "pullup_" )
                     ( "release" "release_" )
                     ( "pull0" "pull0_" )
                     ( "force" "force_" )
                     ( "join" "join_" )
                     ( "else" "else_" )
                     ( "assign" "assign_" )
                     ( "nor" "nor_" )
                     ( "signed" "signed_" )
                     ( "endtable" "endtable_" )
                     ( "wire" "wire_" )
                     ( "supply0" "supply0_" )
                     ( "strength" "strength_" )
                     ( "rtran" "rtran_" )
                     ( "endmodule" "endmodule_" )
                     ( "endcase" "endcase_" )
                     ( "edge" "edge_" )
                     ( "bufif1" "bufif1_" )
                     ( "when" "when_" )
                     ( "real" "real_" )
                     ( "integer" "integer_" )
                     ( "while" "while_" )
                     ( "small" "small_" )
                     ( "nand" "nand_" )
                     ( "tri0" "tri0_" )
                     ( "trior" "trior_" )
                     ( "inout" "inout_" )
                     ( "endspecify" "endspecify_" )
                     ( "endfunction" "endfunction_" )
                     ( "disable" "disable_" )
                     ( "casez" "casez_" )
                     ( "highz1" "highz1_" )
                     ( "deassign" "deassign_" )
                     ( "rtranif1" "rtranif1_" )
                     ( "event" "event_" )
                     ( "time" "time_" )
                     ( "task" "task_" )
                     ( "tranif0" "tranif0_" )
                     ( "supply1" "supply1_" )
                     ( "forever" "forever_" )
                     ( "weak0" "weak0_" )
                     ( "rnmos" "rnmos_" )
                     ( "case" "case_" )
                     ( "specify" "specify_" )
                     ( "notif1" "notif1_" )
                     ( "highz0" "highz0_" )
                     ( "function" "function_" )
                     ( "wor" "wor_" )
                     ( "tran" "tran_" )
                     ( "rpmos" "rpmos_" )
                     ( "or" "or_" )
                     ( "notif0" "notif0_" )
                     ( "initial" "initial_" )
                     ( "rcmos" "rcmos_" )
                     ( "if" "if_" )
                     ( "endtask" "endtask_" )
                     ( "medium" "medium_" )
                     ( "wait" "wait_" )
                     ( "large" "large_" )
                     ( "tri1" "tri1_" )
                     ( "pull1" "pull1_" )
                     ( "begin" "begin_" )
                     ( "end" "end_" )
                     ( "always" "always_" )
                     ( "default" "default_" )
                     ( "repeat" "repeat_" )
                     ( "primitive" "primitive_" )
                     ( "tri" "tri_" )
                     ( "and" "and_" )
                     ( "negedge" "negedge_" )
                     ( "macromodule" "macromodule_" )
                     ( "vectored" "vectored_" )
                     ( "pulldown" "pulldown_" )
                     ( "triand" "triand_" )
                     ( "strong0" "strong0_" )
                     ( "module" "module_" )
                     ( "for" "for_" )
                     ( "reg" "reg_" )
                     ( "parameter" "parameter_" )
                     ( "table" "table_" )
                     ( "strong1" "strong1_" )
                     ( "pmos" "pmos_" )
                     ( "endprimitive" "endprimitive_" )
                     ( "input" "input_" )
                     ( "defparam" "defparam_" )
                     ( "xor" "xor_" )
                     ( "trireg" "trireg_" )
                     ( "cmos" "cmos_" )
                     ( "nmos" "nmos_" )
                   )
hnlLastInvalidTermNames = '(
                     ( "casex" "casex_" )
                     ( "bufif0" "bufif0_" )
                     ( "tranif1" "tranif1_" )
                     ( "buf" "buf_" )
                     ( "xnor" "xnor_" )
                     ( "wand" "wand_" )
                     ( "rtranif0" "rtranif0_" )
                     ( "output" "output_" )
                     ( "scalered" "scalered_" )
                     ( "realtime" "realtime_" )
                     ( "weak1" "weak1_" )
                     ( "specparam" "specparam_" )
                     ( "fork" "fork_" )
                     ( "posedge" "posedge_" )
                     ( "not" "not_" )
                     ( "pullup" "pullup_" )
                     ( "release" "release_" )
                     ( "pull0" "pull0_" )
                     ( "force" "force_" )
                     ( "join" "join_" )
                     ( "else" "else_" )
                     ( "assign" "assign_" )
                     ( "nor" "nor_" )
                     ( "signed" "signed_" )
                     ( "endtable" "endtable_" )
                     ( "wire" "wire_" )
                     ( "supply0" "supply0_" )
                     ( "strength" "strength_" )
                     ( "rtran" "rtran_" )
                     ( "endmodule" "endmodule_" )
                     ( "endcase" "endcase_" )
                     ( "edge" "edge_" )
                     ( "bufif1" "bufif1_" )
                     ( "when" "when_" )
                     ( "real" "real_" )
                     ( "integer" "integer_" )
                     ( "while" "while_" )
                     ( "small" "small_" )
                     ( "nand" "nand_" )
                     ( "tri0" "tri0_" )
                     ( "trior" "trior_" )
                     ( "inout" "inout_" )
                     ( "endspecify" "endspecify_" )
                     ( "endfunction" "endfunction_" )
                     ( "disable" "disable_" )
                     ( "casez" "casez_" )
                     ( "highz1" "highz1_" )
                     ( "deassign" "deassign_" )
                     ( "rtranif1" "rtranif1_" )
                     ( "event" "event_" )
                     ( "time" "time_" )
                     ( "task" "task_" )
                     ( "tranif0" "tranif0_" )
                     ( "supply1" "supply1_" )
                     ( "forever" "forever_" )
                     ( "weak0" "weak0_" )
                     ( "rnmos" "rnmos_" )
                     ( "case" "case_" )
                     ( "specify" "specify_" )
                     ( "notif1" "notif1_" )
                     ( "highz0" "highz0_" )
                     ( "function" "function_" )
                     ( "wor" "wor_" )
                     ( "tran" "tran_" )
                     ( "rpmos" "rpmos_" )
                     ( "or" "or_" )
                     ( "notif0" "notif0_" )
                     ( "initial" "initial_" )
                     ( "rcmos" "rcmos_" )
                     ( "if" "if_" )
                     ( "endtask" "endtask_" )
                     ( "medium" "medium_" )
                     ( "wait" "wait_" )
                     ( "large" "large_" )
                     ( "tri1" "tri1_" )
                     ( "pull1" "pull1_" )
                     ( "begin" "begin_" )
                     ( "end" "end_" )
                     ( "always" "always_" )
                     ( "default" "default_" )
                     ( "repeat" "repeat_" )
                     ( "primitive" "primitive_" )
                     ( "tri" "tri_" )
                     ( "and" "and_" )
                     ( "negedge" "negedge_" )
                     ( "macromodule" "macromodule_" )
                     ( "vectored" "vectored_" )
                     ( "pulldown" "pulldown_" )
                     ( "triand" "triand_" )
                     ( "strong0" "strong0_" )
                     ( "module" "module_" )
                     ( "for" "for_" )
                     ( "reg" "reg_" )
                     ( "parameter" "parameter_" )
                     ( "table" "table_" )
                     ( "strong1" "strong1_" )
                     ( "pmos" "pmos_" )
                     ( "endprimitive" "endprimitive_" )
                     ( "input" "input_" )
                     ( "defparam" "defparam_" )
                     ( "xor" "xor_" )
                     ( "trireg" "trireg_" )
                     ( "cmos" "cmos_" )
                     ( "nmos" "nmos_" )
                   )
hnlLastInvalidParamNames = '(
                     ( "casex" "casex_" )
                     ( "bufif0" "bufif0_" )
                     ( "tranif1" "tranif1_" )
                     ( "buf" "buf_" )
                     ( "xnor" "xnor_" )
                     ( "wand" "wand_" )
                     ( "rtranif0" "rtranif0_" )
                     ( "output" "output_" )
                     ( "scalered" "scalered_" )
                     ( "realtime" "realtime_" )
                     ( "weak1" "weak1_" )
                     ( "specparam" "specparam_" )
                     ( "fork" "fork_" )
                     ( "posedge" "posedge_" )
                     ( "not" "not_" )
                     ( "pullup" "pullup_" )
                     ( "release" "release_" )
                     ( "pull0" "pull0_" )
                     ( "force" "force_" )
                     ( "join" "join_" )
                     ( "else" "else_" )
                     ( "assign" "assign_" )
                     ( "nor" "nor_" )
                     ( "signed" "signed_" )
                     ( "endtable" "endtable_" )
                     ( "wire" "wire_" )
                     ( "supply0" "supply0_" )
                     ( "strength" "strength_" )
                     ( "rtran" "rtran_" )
                     ( "endmodule" "endmodule_" )
                     ( "endcase" "endcase_" )
                     ( "edge" "edge_" )
                     ( "bufif1" "bufif1_" )
                     ( "when" "when_" )
                     ( "real" "real_" )
                     ( "integer" "integer_" )
                     ( "while" "while_" )
                     ( "small" "small_" )
                     ( "nand" "nand_" )
                     ( "tri0" "tri0_" )
                     ( "trior" "trior_" )
                     ( "inout" "inout_" )
                     ( "endspecify" "endspecify_" )
                     ( "endfunction" "endfunction_" )
                     ( "disable" "disable_" )
                     ( "casez" "casez_" )
                     ( "highz1" "highz1_" )
                     ( "deassign" "deassign_" )
                     ( "rtranif1" "rtranif1_" )
                     ( "event" "event_" )
                     ( "time" "time_" )
                     ( "task" "task_" )
                     ( "tranif0" "tranif0_" )
                     ( "supply1" "supply1_" )
                     ( "forever" "forever_" )
                     ( "weak0" "weak0_" )
                     ( "rnmos" "rnmos_" )
                     ( "case" "case_" )
                     ( "specify" "specify_" )
                     ( "notif1" "notif1_" )
                     ( "highz0" "highz0_" )
                     ( "function" "function_" )
                     ( "wor" "wor_" )
                     ( "tran" "tran_" )
                     ( "rpmos" "rpmos_" )
                     ( "or" "or_" )
                     ( "notif0" "notif0_" )
                     ( "initial" "initial_" )
                     ( "rcmos" "rcmos_" )
                     ( "if" "if_" )
                     ( "endtask" "endtask_" )
                     ( "medium" "medium_" )
                     ( "wait" "wait_" )
                     ( "large" "large_" )
                     ( "tri1" "tri1_" )
                     ( "pull1" "pull1_" )
                     ( "begin" "begin_" )
                     ( "end" "end_" )
                     ( "always" "always_" )
                     ( "default" "default_" )
                     ( "repeat" "repeat_" )
                     ( "primitive" "primitive_" )
                     ( "tri" "tri_" )
                     ( "and" "and_" )
                     ( "negedge" "negedge_" )
                     ( "macromodule" "macromodule_" )
                     ( "vectored" "vectored_" )
                     ( "pulldown" "pulldown_" )
                     ( "triand" "triand_" )
                     ( "strong0" "strong0_" )
                     ( "module" "module_" )
                     ( "for" "for_" )
                     ( "reg" "reg_" )
                     ( "parameter" "parameter_" )
                     ( "table" "table_" )
                     ( "strong1" "strong1_" )
                     ( "pmos" "pmos_" )
                     ( "endprimitive" "endprimitive_" )
                     ( "input" "input_" )
                     ( "defparam" "defparam_" )
                     ( "xor" "xor_" )
                     ( "trireg" "trireg_" )
                     ( "cmos" "cmos_" )
                     ( "nmos" "nmos_" )
                   )
hnlLastInstNameDifferentFrom = '( "net" )
hnlLastModelNameDifferentFrom = '( )
hnlLastNetNameDifferentFrom = '( "instance" )
hnlLastTermNameDifferentFrom = '( )
hnlLastParamNameDifferentFrom = '( )
hnlLastLibInfo = '(
                    ( "AMI06" "1431793360" )
                  )
hnlLastDesignVars = '( )
